Enable or disable a tool dynamically.
PATCH /v3/tools/{tool_id}
API Key (x-api-key) must be included in the header.
tool_id
(string) - The ID of the tool to update.enabled
(boolean) - Set true
to enable or false
to disable the tool.A message confirming that the tool was updated.
The ID of the tool to update.
Set true to enable or false to disable the tool.
Tool updated successfully
The response is of type object
.
Enable or disable a tool dynamically.
PATCH /v3/tools/{tool_id}
API Key (x-api-key) must be included in the header.
tool_id
(string) - The ID of the tool to update.enabled
(boolean) - Set true
to enable or false
to disable the tool.A message confirming that the tool was updated.
The ID of the tool to update.
Set true to enable or false to disable the tool.
Tool updated successfully
The response is of type object
.